home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / os2 / octa209s.zip / octave-2.09 / oct-conf.emx < prev    next >
Text File  |  1996-12-08  |  3KB  |  147 lines

  1. // oct-conf.h.in
  2. /*
  3.  
  4. Copyright (C) 1996 John W. Eaton
  5.  
  6. This file is part of Octave.
  7.  
  8. Octave is free software; you can redistribute it and/or modify it
  9. under the terms of the GNU General Public License as published by the
  10. Free Software Foundation; either version 2, or (at your option) any
  11. later version.
  12.  
  13. Octave is distributed in the hope that it will be useful, but WITHOUT
  14. ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
  15. FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  16. for more details.
  17.  
  18. You should have received a copy of the GNU General Public License
  19. along with Octave; see the file COPYING.  If not, write to the Free
  20. Software Foundation, 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
  21.  
  22. */
  23.  
  24. #if !defined (octave_conf_h)
  25. #define octave_conf_h 1
  26.  
  27. #ifndef config_opts
  28. #define config_opts ""
  29. #endif
  30.  
  31. #ifndef TARGET_HOST_TYPE
  32. #define TARGET_HOST_TYPE "i486 running OS/2"
  33. #endif
  34.  
  35. #ifndef F77
  36. #define F77 "g77.exe"
  37. #endif
  38.  
  39. #ifndef FFLAGS
  40. #define FFLAGS "-m486 -mieee-fp -O2"
  41. #endif
  42.  
  43. #ifndef FPICFLAG
  44. #define FPICFLAG ""
  45. #endif
  46.  
  47. #ifndef F2C
  48. #define F2C "f2c.exe"
  49. #endif
  50.  
  51. #ifndef F2CFLAGS
  52. #define F2CFLAGS "-A -a -d$(TEMPDIR)"
  53. #endif
  54.  
  55. #ifndef FLIBS
  56. #define FLIBS ""
  57. #endif
  58.  
  59. #ifndef CPPFLAGS
  60. #define CPPFLAGS "-m486 -mieee-fp -O2 -DEMX09C -DOS2 -include $(CONFIG_FILE)"
  61. #endif
  62.  
  63. #ifndef INCFLAGS
  64. #define INCFLAGS "-I$(MSTDIR)/src -I$(MSTDIR)/liboctave -Ih:/project/C -I."
  65. #endif
  66.  
  67. #ifndef CC
  68. #define CC "gcc.exe"
  69. #endif
  70.  
  71. #ifndef CC_VERSION
  72. #define CC_VERSION "emx-gcc 0.9c"
  73. #endif
  74.  
  75. #ifndef CFLAGS
  76. #define CFLAGS "-m486 -mieee-fp -O2 -DEMX09C -DOS2 -include $(CONFIG_FILE)"
  77. #endif
  78.  
  79. #ifndef CPICFLAG
  80. #define CPICFLAG ""
  81. #endif
  82.  
  83. #ifndef CXX
  84. #define CXX "gcc.exe"
  85. #endif
  86.  
  87. #ifndef CXX_VERSION
  88. #define CXX_VERSION "emx-gcc 0.9c"
  89. #endif
  90.  
  91. #ifndef CXXFLAGS
  92. #define CXXFLAGS "-m486 -mieee-fp -O2 -DEMX09C -DOS2 -include $(CONFIG_FILE)"
  93. #endif
  94.  
  95. #ifndef CXXPICFLAG
  96. #define CXXPICFLAG ""
  97. #endif
  98.  
  99. #ifndef LDFLAGS
  100. #define LDFLAGS "-Zcrtdll -Zomf -Zstack 0x10000"
  101. #endif
  102.  
  103. #ifndef LIBFLAGS
  104. #define LIBFLAGS ""
  105. #endif
  106.  
  107. #ifndef RLD_FLAG
  108. #define RLD_FLAG ""
  109. #endif
  110.  
  111. #ifndef CXXLIBS
  112. #define CXXLIBS "-lgpp -lstdcpp"
  113. #endif
  114.  
  115. #ifndef TERMLIBS
  116. #define TERMLIBS "-ltermcap"
  117. #endif
  118.  
  119. #ifndef LIBS
  120. #define LIBS "-lreadline -lgnuinfo -lkpathsea -lxmalloc"
  121. #endif
  122.  
  123. #ifndef LEXLIB
  124. #define LEXLIB ""
  125. #endif
  126.  
  127. #ifndef LIBPLPLOT
  128. #define LIBPLPLOT ""
  129. #endif
  130.  
  131. #ifndef LIBDLFCN
  132. #define LIBDLFCN ""
  133. #endif
  134.  
  135. #ifndef DEFS
  136. #define DEFS ""
  137. #endif
  138.  
  139. #endif
  140.  
  141. /*
  142. ;;; Local Variables: ***
  143. ;;; mode: C++ ***
  144. ;;; page-delimiter: "^/\\*" ***
  145. ;;; End: ***
  146. */
  147.